home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-05 | 795 b | 47 lines | [TEXT/MPS ] |
- #ifdef __PRIVATE__
- //#
- //# File: SOMBeeper.idl
- //#
- //# Contains: Interface for SOMBeeperPart class
- //#
- //# Copyright: (c) 1995 by Apple Computer, Inc., all rights reserved.
- //#
- #else
- //# Copyright: (c) 1993-1995 by Apple Computer, Inc., all rights reserved.
- #endif
-
- #ifndef SOMBeeper_IDL
- #define SOMBeeper_IDL
-
- #ifndef FWSOMPRT_IDL
- #include "FWSOMPrt.idl"
- #endif
-
- //==============================================================================
- // BeeperPart
- //==============================================================================
-
- module ODFExamples
- {
-
- interface ODFBeeper : FW_SOMPart
- {
- #ifdef __SOMIDL__
- implementation
- {
- functionprefix = ODFBeeper;
- override:
- somInit,
- somUninit,
- NewFrameworkPart;
-
- majorversion = 1; minorversion = 0;
- };
- #endif
- };
-
- };
-
- #endif
-
-